-
Notifications
You must be signed in to change notification settings - Fork 30
Update HIP target handling using alias #2099
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
View rendered docs @ https://intelpython.github.io/dpctl/pulls/2099/index.html |
Array API standard conformance tests for dpctl=0.21.0dev0=py310h93fe807_22 ran successfully. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This LGTM overall
After this and the CUDA architecture update are merged, I think allowing setting CUDA and HIP architecture as arguments to scripts/build_locally.py
script would be convenient
76c7bab
to
73e4c90
Compare
Array API standard conformance tests for dpctl=0.21.0dev0=py310h93fe807_41 ran successfully. |
Array API standard conformance tests for dpctl=0.21.0dev0=py310h93fe807_42 ran successfully. |
This PR suggests simplifying
DPCTL_TARGET_HIP
handling by using target aliasesamd_gpu_<arch>
and removing support foramdgcn-amd-amdhsa
target.Also updates
docs
to clarify how to determine and use the correct AMD GPU architecture.